Cell Values topic

Typed cell value classes representing data stored in worksheet cells — text, numbers, dates, times, booleans, and formulas.

Classes

BoolCellValue Cell Values
A cell value containing a boolean.
CellValue Cell Values
Base type for all cell values in an Excel worksheet.
DateCellValue Cell Values
A cell value containing a date (year, month, day).
DateTimeCellValue Cell Values
Excel does not know if this is UTC or not. Use methods asDateTimeLocal or asDateTimeUtc to get the DateTime object you prefer.
DoubleCellValue Cell Values
A cell value containing a double.
FormulaCellValue Cell Values
A cell value containing a formula expression.
IntCellValue Cell Values
A cell value containing an integer.
TextCellValue Cell Values
A cell value containing text, optionally with rich-text formatting.
TextSpan Cell Values
A span of optionally styled text, similar to Flutter's TextSpan.
TimeCellValue Cell Values
A cell value containing a time of day.